add stubdom/vtpmmgr code
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:43 +0000 (10:55 +0000)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:43 +0000 (10:55 +0000)
commit095b0b77942ad8e1af1c0a45f65f29458890bdc2
treeccc157fee46642fe47297f2667fa3597a9332474
parentd463e3c5a341ece638a7a2067406fab7c03f30de
add stubdom/vtpmmgr code

Add the code base for vtpmmgrdom. Makefile changes
next patch.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
18 files changed:
stubdom/vtpmmgr/Makefile [new file with mode: 0644]
stubdom/vtpmmgr/init.c [new file with mode: 0644]
stubdom/vtpmmgr/log.c [new file with mode: 0644]
stubdom/vtpmmgr/log.h [new file with mode: 0644]
stubdom/vtpmmgr/marshal.h [new file with mode: 0644]
stubdom/vtpmmgr/minios.cfg [new file with mode: 0644]
stubdom/vtpmmgr/tcg.h [new file with mode: 0644]
stubdom/vtpmmgr/tpm.c [new file with mode: 0644]
stubdom/vtpmmgr/tpm.h [new file with mode: 0644]
stubdom/vtpmmgr/tpmrsa.c [new file with mode: 0644]
stubdom/vtpmmgr/tpmrsa.h [new file with mode: 0644]
stubdom/vtpmmgr/uuid.h [new file with mode: 0644]
stubdom/vtpmmgr/vtpm_cmd_handler.c [new file with mode: 0644]
stubdom/vtpmmgr/vtpm_manager.h [new file with mode: 0644]
stubdom/vtpmmgr/vtpm_storage.c [new file with mode: 0644]
stubdom/vtpmmgr/vtpm_storage.h [new file with mode: 0644]
stubdom/vtpmmgr/vtpmmgr.c [new file with mode: 0644]
stubdom/vtpmmgr/vtpmmgr.h [new file with mode: 0644]